During table creation, it should allow user to specify table type. When modifying table structure, it should allow changing the table type as well
Logged In: YES user_id=30201
Is changing a table type while it is in use legal?
I might be wrong, but I don't think it is.
Logged In: YES user_id=25429
The change can be done by an sql command like alter table mytable type=MYISAM
It has now been implemented in the CVS tree.
Logged In: YES
user_id=30201
Is changing a table type while it is in use legal?
I might be wrong, but I don't think it is.
Logged In: YES
user_id=25429
The change can be done by an sql command like
alter table mytable type=MYISAM
Logged In: YES
user_id=30201
It has now been implemented in the CVS tree.